home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 February
/
Macworld (1999-02).dmg
/
Serious Demos
/
XTension demo
/
Scripts
/
Front Door Motion.On
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-28
|
263 b
|
12 lines
|
[
TEXT/ToyS
]
-- motion at front door
turnon "Foyer Chime"
write log "Motion at the front door"
-- this is one way of using the special unit Daylight
-- to avoid turning on lights during the day...
if (status of (daylight)) is false then
turnon "Front Door Light"
end if